home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / Bitmap Libraries 2.0 / Examples / Digraph / ReadMe < prev   
Text File  |  1996-02-22  |  912b  |  34 lines

  1. File ReadMe Copyright (C) 1996 by John R. Montbriand.  All Rights Reserved.
  2.  
  3.     Copyright (C) 1996 by John Montbriand.  All Rights Reserved.
  4.     
  5.     Distribute freely in areas where the laws of copyright apply.
  6.     
  7.     Use at your own risk.
  8.     
  9.     Do not distribute modified copies.
  10.     
  11.     These various BitMap libraries and examples are for free!
  12.     
  13.     See the accompanying file BitMap.txt for details.
  14.  
  15.  
  16. What does this example do?
  17.  
  18.     This example illustrates how bitmaps can be used for implementing
  19.     memory efficient adjacency matrices for use in graph search algorithms.
  20.     
  21.     To use it, click on one vertex, and then another.  Once you do this, the
  22.     program will calculate the shortest path between the two vertices
  23.     and display the path.
  24.  
  25. Building the 68k version:
  26.  
  27.     make Digraph  # generates commands to make a 68k version 
  28.  
  29. Building the PowerPC version:
  30.     
  31.     make FatDigraph  # generates commands to make a fat version 
  32.  
  33. end of file
  34.